From: Richard M. Stallman Date: Mon, 17 May 1993 04:37:22 +0000 (+0000) Subject: (toggle-scroll-bar): Renamed from toggle-vertical-scroll... X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96214 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7e85c6b5d7ef52e1c69b0fb52cbcfbe8774ba9b8;p=emacs.git (toggle-scroll-bar): Renamed from toggle-vertical-scroll... --- diff --git a/lisp/frame.el b/lisp/frame.el index fd828b47786..87d7efd17a2 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -408,7 +408,7 @@ With arg, turn auto-lower mode on if and only if arg is positive." (modify-frame-parameters (selected-frame) (list (cons 'auto-lower (> arg 0))))) -(defun toggle-vertical-scroll-bar (arg) +(defun toggle-scroll-bar (arg) "Toggle whether or not the selected frame has vertical scroll bars. With arg, turn vertical scroll bars on if and only if arg is positive." (interactive "P")